home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / MPI_Pcontrol.z / MPI_Pcontrol
Encoding:
Text File  |  2002-10-03  |  1.7 KB  |  67 lines

  1.  
  2.  
  3.  
  4. MMMMPPPPIIII____PPPPCCCCOOOONNNNTTTTRRRROOOOLLLL((((3333))))                                                MMMMPPPPIIII____PPPPCCCCOOOONNNNTTTTRRRROOOOLLLL((((3333))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      MMMMPPPPIIII____PPPPccccoooonnnnttttrrrroooollll - Controls profiling
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      C:
  13.  
  14.           #include <mpi.h>
  15.  
  16.           int MPI_Pcontrol( _l_e_v_e_l )
  17.           int _l_e_v_e_l;
  18.  
  19.  
  20.      C++:
  21.  
  22.           #include <mpi.h>
  23.  
  24.           void Pcontrol(const int _l_e_v_e_l, ...)
  25.  
  26.  
  27.      Fortran:
  28.  
  29.           INCLUDE "mpif.h" (or USE MPI)
  30.  
  31.           INTEGER _l_e_v_e_l, ...
  32.  
  33.           CALL MPI_PCONTROL(_l_e_v_e_l)
  34.  
  35.  
  36. SSSSTTTTAAAANNNNDDDDAAAARRRRDDDDSSSS
  37.      This release implements the MPI 1.2 standard, as documented by the MPI
  38.      Forum in the spring 1997 release of _M_P_I:  _A _M_e_s_s_a_g_e _P_a_s_s_i_n_g _I_n_t_e_r_f_a_c_e
  39.      _S_t_a_n_d_a_r_d.
  40.  
  41. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  42.      The MMMMPPPPIIII____PPPPccccoooonnnnttttrrrroooollll routine controls profiling.  This routine provides a
  43.      common interface for profiling control.  The interpretation of _l_e_v_e_l and
  44.      any other parameters is left to the profiling library.  This routine
  45.      accepts the following parameter:
  46.  
  47.      _l_e_v_e_l     Specifies the profiling level
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.